CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构 哈希

搜索资源列表

  1. hashTable

    0下载:
  2. 数据结构的课程设计,实现一个哈希表,哈希函数为模29和模229-Data structure course design, implement a hash table, hash function module 29 and module 229
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2732480
    • 提供者:CTY
  1. HashTree

    0下载:
  2. 哈希树,一种新的数据结构,可以在常数时间内查询海量数据。其原理是将关键字与查询地址相关。-Hash tree, a new data structure, you can check in constant time mass data. The principle is to address the query keywords.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:172431
    • 提供者:huxuan
  1. CDataStruct

    0下载:
  2. 用VC实现的数据结构模板类 包括数组,普通链表,双向循环链表,哈希表,二叉搜索树,AVL 树-With VC data structure includes an array of template class, general list, two-way circular linked lists, hash tables, binary search trees, AVL trees
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16452
    • 提供者:tesaff
  1. haxi

    0下载:
  2. 哈希表小程序,在数据结构中用于查找数据非常方便。-Hash table applet, in a data structure used to find the data very easily.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1499
    • 提供者:匡阳钰
  1. hash

    1下载:
  2. 数据结构中的用哈希表统计相似性,供初学者参考-Data structures used in the statistical similarity hash table, reference for beginners
  3. 所属分类:Data structs

    • 发布日期:2014-10-28
    • 文件大小:302080
    • 提供者:chenqian
  1. Delphi-Container-Library

    0下载:
  2. 常用的Delphi数据结构类库,包含哈希,链表,队列,堆栈等常用数据结构,好用,速度快.个人常用类库之一,并且修改原版中的部分Bug.全部源代码.-Commonly used Delphi data structures library, contains a hash, linked lists, queues, stacks, and other commonly used data structures, easy to use, fast. One of the frequently-u
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:105873
    • 提供者:liwd
  1. hash-table

    0下载:
  2. 哈希表查找,根据严蔚敏的书数据结构编写的哈希表算法的程序-hash table
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:600
    • 提供者:刘文
  1. Hash-table

    1下载:
  2. 哈希表 数据结构课程设计 1.1问题描述 针对自己的班集体中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 1.2基本要求 假设人名为中国姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。构造哈希函数,用链表法处理冲突。 1.3测试数据 读取熟悉的30个人的姓名作测试。-Hash table Data Structure Course Design 1.1 Descr iption of the p
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:127412
    • 提供者:lynne
  1. Hash

    0下载:
  2. 一位在红帽工作的Geek编写的数据结构代码-哈希-Code of Data Structure Writen by a Geek working in Red Hat-Hash
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:liangerhu
  1. datastru

    0下载:
  2. 数据结构 学生管理系统,完成简单的学生管理操作,主要是哈希表的利用与实现,-data structure .student manage system.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:257491
    • 提供者:Stefan
  1. find

    0下载:
  2. 数据结构查找课程讲解(线性表、树表和哈希表的查找)-Find data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:490630
    • 提供者:adrian
  1. hashtable

    0下载:
  2. 哈希表简介,数据结构基础哦!!!一定有用-hashtable program
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4029
    • 提供者:郑达
  1. data-struct

    0下载:
  2. 一些数据结构算法集合:普通链表结点、双向循环链表结点、二叉树结点、 树结点、双向循环链表、哈希表、二叉搜索树等。-A collection of some data structure algorithms: ordinary linked list of nodes, two-way circular linked list of nodes, the binary tree node, tree node, two-way circular linked lists, hash tables
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:16265
    • 提供者:章普
  1. hashtable

    0下载:
  2. 对数据结构课所学的哈希表进行了详细的实现和分析。哈希表是根据设定的哈希函数H(key)和处理冲突方法将一组关键字映象到一个有限的地址区间上,并以关键字在地址区间中的象作为记录在表中的存储位置,这种表称为哈希表或散列,所得存储位置称为哈希地址或散列地址。作为线性数据结构与表格和队列等相比,哈希表无疑是查找速度比较快的一种。-a code about the hashtable,you can use it in your learning of the hash algorism
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13195425
    • 提供者:赵璐璐
  1. CSharpHashtable--7

    0下载:
  2. 浅谈C#与数据结构中的哈希表 -On the C# data structures in the hash table On the hash table in C# and data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:77627
    • 提供者:Ardy
  1. NSS

    0下载:
  2. 封装了Linux内核开发中的一些重要数据结构,包括队列、哈希表等,以及一些网络函数和多线程互斥机制-Encapsulates some of the important data structures in the Linux kernel developers, including queues, hash tables, etc., as well as some network functions and multi-threaded mutex mechanism
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:17532
    • 提供者:李顶
  1. Hash

    0下载:
  2. 很不错关于哈希表的编程,有助于你在数据结构的理解,希望可以帮助你-Very good programming on the hash table to help you in your understanding of data structures, I hope you can help
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:315841
    • 提供者:liyan
  1. search

    0下载:
  2. 数据结构的算法集合,包含哈希表查找法与折半查找法-The collection of data structure of the algorithm contains a hash table lookup method and binary search method
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:248507
    • 提供者:董云才
  1. structure

    0下载:
  2. 各种各样的高级数据结构原理以及C++实现,例如红黑树,哈希表,笛卡尔树,字典树,斐波那契堆,二叉堆,SBT等等。-The wide range of advanced data structural principle C++ of implementation, such as red-black trees, hash tables, Cartesian tree dictionary tree, Fibonacci heap, binary heap, SBT and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:19991552
    • 提供者:冰封
  1. haxibiao

    0下载:
  2. 数据结构试验 哈希表的建立以及测试 测试通过-The establishment of the hash table data structure test test test by
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:4225
    • 提供者:邢建强
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com